home *** CD-ROM | disk | FTP | other *** search
- head 2.1;
- access;
- symbols
- C_2:2.1
- C_1:1.1;
- locks; strict;
- comment @ * @;
-
-
- 2.1
- date 93.11.23.19.58.39; author Aussem; state Exp;
- branches;
- next 1.1;
-
- 1.1
- date 93.09.08.16.25.48; author Aussem; state Exp;
- branches;
- next ;
-
-
- desc
- @passwd structures
- @
-
-
- 2.1
- log
- @Version 2.0 check in
- @
- text
- @
- /*
- * PWD.H
- *
- * (C) Copyright 1989-1990 by Matthew Dillon, All Rights Reserved.
- */
-
- struct passwd {
- char *pw_name;
- char *pw_passwd;
- long pw_uid;
- long pw_gid;
- long pw_quota;
- char *pw_comment;
- char *pw_gecos;
- char *pw_dir;
- char *pw_shell;
- char *pw_shell_arg0; /* arg0 broken out from pw_shell */
- char *pw_shell_argn; /* remaining args from pw_shell */
- };
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @@
-